home *** CD-ROM | disk | FTP | other *** search
/ PC Elektro 3 / PC-Elektro-3-cd1.bin / DesignWorks Professional Schematic Capture / DesignWorks4Setup.exe / Main / Find Devices by Name.rfm < prev    next >
Encoding:
Text File  |  2004-10-16  |  606 b   |  17 lines

  1. $NOTES
  2. Find Devices by Name
  3.  
  4. Enter the desired device name in the text box and click Search.
  5.  
  6. All device symbols having a name starting with the given characters
  7. will be located.  You can use wildcards * (any number of characters),
  8. ? (any single character), and # (any numeric characters)
  9. $ENDNOTES
  10. $TEMPPATH\find.output
  11. $CREATEREPORT($TEMPPATH\find.output)
  12. $FIND $DEVICES $DEVNAME(&ARG1\*)
  13. $SORT $DEVICES $DEVNAME
  14. $TITLE Found $DEVCOUNT devices matching &ARG1
  15. $DEVICES\$OBJECT $DEVLOC$NEWLINE\$OBJTITLE $DEVNAME$NEWLINE\$MESSAGE Name: $DEVNAME - Type: $TYPENAME - Page: $PAGE
  16. $CLOSEREPORT
  17.